ShumateLocationInterface

An interface common to objects having latitude and longitude.

Members

Variables

gIface
GTypeInterface gIface;
Undocumented in source.
getLatitude
double function(ShumateLocation* location) getLatitude;
getLongitude
double function(ShumateLocation* location) getLongitude;
setLocation
void function(ShumateLocation* location, double latitude, double longitude) setLocation;

Meta